home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id001.dxr / 00083.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  295 b   |  20 lines

  1. on exitFrame
  2.   handcursor(14)
  3.   handcursor(15)
  4.   handcursor(9)
  5.   handcursor(5)
  6.   if the timer > 1945 then
  7.     set the visible of sprite 5 to 0
  8.     set the visible of sprite 6 to 0
  9.     go(the frame + 1)
  10.   else
  11.     go(the frame)
  12.   end if
  13. end
  14.  
  15. on mouseUp
  16.   cursorOff()
  17.   sound stop 1
  18.   go(138)
  19. end
  20.